home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / cairo / cairo-features.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-18  |  738 b   |  35 lines

  1. /* Generated by configure.  Do not edit */
  2. #ifndef CAIRO_FEATURES_H
  3. #define CAIRO_FEATURES_H
  4.  
  5. #ifdef  __cplusplus
  6. # define CAIRO_BEGIN_DECLS  extern "C" {
  7. # define CAIRO_END_DECLS    }
  8. #else
  9. # define CAIRO_BEGIN_DECLS
  10. # define CAIRO_END_DECLS
  11. #endif
  12.  
  13. #ifndef cairo_public
  14. # define cairo_public
  15. #endif
  16.  
  17. #define CAIRO_VERSION_MAJOR 1
  18. #define CAIRO_VERSION_MINOR 6
  19. #define CAIRO_VERSION_MICRO 4
  20.  
  21. #define CAIRO_VERSION_STRING "1.6.4"
  22.  
  23. #define CAIRO_HAS_SVG_SURFACE 1
  24. #define CAIRO_HAS_PDF_SURFACE 1
  25. #define CAIRO_HAS_PS_SURFACE 1
  26. #define CAIRO_HAS_FT_FONT 1
  27. #define CAIRO_HAS_PNG_FUNCTIONS 1
  28. #define CAIRO_HAS_XLIB_XRENDER_SURFACE 1
  29. #define CAIRO_HAS_XLIB_SURFACE 1
  30.  
  31. /*#undef CAIRO_HAS_WIN32_FONT */
  32. /*#undef CAIRO_HAS_QUARTZ_FONT */
  33.  
  34. #endif
  35.